home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / COMMUNIC / DIALEXE.ZIP / DIALEXE.RDM < prev    next >
Text File  |  1993-11-24  |  3KB  |  73 lines

  1.     DIALER VERSION 1.0b                     22/11/93
  2.  
  3. New features:
  4.  
  5. 22/11/93    INCLUDED CTL3d.DLL and new option for sending CR after connect
  6.         to wake up remote host or comm server.    
  7.  
  8. -------------------------------------------------------------------------------
  9.  
  10.     This is a general purpose dialer for launching other
  11. Windows based application that hasn't got modem access capability built in.
  12. The modem section support Hayes compatible modem setting. Initialisation string
  13. is user definable up to 30 characters long.
  14.     
  15.     The "Send CR after connect" is required only if your system
  16. requires a CR to wake it up after connection is made. Sepcify "None"
  17. if you don't want this option.
  18.  
  19.     The expect/send pairs section allows user to define their own
  20. host access sequence. For example for accessing Demon service here in UK
  21. you would fill up the expect/send pairs section as follows:
  22.  
  23.     Expect        Send            Expect      send
  24.     ------        -----            ------      -----
  25.      1   ogin:        user name        3    Protocol  SLIP
  26.      2     assword:    yousr password        4    HELLO      None    
  27.                         5    None      None
  28.  
  29.     Once connected, the access sequence goes like this:
  30.     
  31.     Expect string ogin:
  32.     Got ogin: send user name
  33.     Expect string assword:
  34.     Got assword:    send password
  35.     Expect string Protocol
  36.     Got Protocol send SLIP
  37.     Expect string HELLO
  38.     Got HELLO send nothing
  39.     Ignore sequence 5
  40.     Launch application program.
  41.         
  42.     
  43.     If None is specified in any of the expect coloumns, the dialer
  44. will skip that expect/send pair. Specify "None" in send column
  45. tells dialer to send nothing back.
  46.     
  47. Note:
  48.     Unused pairs must be filled in with "None" to stop dialer
  49. from hanging.
  50.     
  51.     Do not quit the dialer while your application is running.
  52. Use hangup to disconnect once you have closed your application.
  53.     
  54.     There is no need to specify AT&D0 to stop the DTR from hanging
  55. up your modem. Once the connection is made, the dialer will release
  56. control of the comm port.
  57.  
  58.     The launch program field in the setup dialog box user must specify
  59. the full path of his or her application program to be launched unless the
  60. program is in the PATH. Th minimized checked bx allows user to specify
  61. whether the program is to be launched in minimized or full window.
  62.  
  63.  
  64. +------------------------------------------------------------------------+
  65. + K.H.Ping                                                               +
  66. + Internet: ping@genie.demon.co.uk                ______                 +
  67. + Associated Newspapers Ltd.                     /     /  .  ___     ____+
  68. + Northcliffe House, 2 Northcliffe House        /_____/  /  /   \   /   /+
  69. + Room 412A, Kensington, London W8 5TT         /        /  /    /  /__ / +
  70. + Tel: +44 71 9387198  Fax: +44 71 9382008    /        /  /    /      /  +
  71. +--------------------------------------------------------------------/---+
  72.                                                                  \__/
  73.